# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.930.107.10+1.930.126.51 -> 1.930.107.11 # include/linux/sysctl.h 1.23.1.1 -> 1.25 # diff -Nru a/include/linux/sysctl.h b/include/linux/sysctl.h --- a/include/linux/sysctl.h Wed Oct 8 09:09:01 2003 +++ b/include/linux/sysctl.h Wed Oct 8 09:09:01 2003 @@ -144,6 +144,7 @@ VM_MAX_MAP_COUNT=11, /* int: Maximum number of active map areas */ VM_MIN_READAHEAD=12, /* Min file readahead */ VM_MAX_READAHEAD=13, /* Max file readahead */ + VM_HUGETLB_PAGES=14 /* Number of available huge pages */ };